home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_1 / beep / test.c < prev   
C/C++ Source or Header  |  1992-01-18  |  175b  |  12 lines

  1. #include <proto/exec.h>
  2. #include <proto/intuition.h>
  3.  
  4. main ()
  5. {
  6.  IntuitionBase = OpenLibrary ("intuition.library", 0);
  7.  
  8.  DisplayBeep (NULL);
  9.  
  10.  CloseLibrary (IntuitionBase);
  11. }
  12.